projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
6bdde21
f97579a
)
Auto merge of #1757 - alexcrichton:fix-msvc-build, r=huonw
author
bors
<bors@rust-lang.org>
Fri, 26 Jun 2015 23:23:44 +0000
(23:23 +0000)
committer
bors
<bors@rust-lang.org>
Fri, 26 Jun 2015 23:23:44 +0000
(23:23 +0000)
This commit updates Cargo's unit tests to pass `make check` entirely on MSVC
targets. Two tests are ignored on MSVC as it requires panicking to be
implemented, which currently isn't, but otherwise Cargo is fully functional.
Trivial merge